HipTransformComponent

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

calculateWorld
void calculateWorld()
Undocumented in source. Be warned that the author may not have intended to support it.
onRemove
void onRemove()
Undocumented in source. Be warned that the author may not have intended to support it.
onStart
void onStart()
Undocumented in source. Be warned that the author may not have intended to support it.
position
Vector3 position()
Undocumented in source. Be warned that the author may not have intended to support it.
scale
Vector3 scale()
Undocumented in source. Be warned that the author may not have intended to support it.
setPosition
void setPosition(float x, float y, float z)
Undocumented in source. Be warned that the author may not have intended to support it.
setScale
void setScale(float x, float y, float z)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

parentTransform
Matrix4* parentTransform;
Undocumented in source.
transform
Matrix4 transform;
Undocumented in source.
worldTransform
Matrix4 worldTransform;
Undocumented in source.

Inherited Members

From HipComponent

hasStarted
bool hasStarted;
Undocumented in source.
onStart
void onStart()
Undocumented in source.
owner
HipGameObject owner()
Undocumented in source. Be warned that the author may not have intended to support it.
getComponent
T getComponent()
Undocumented in source. Be warned that the author may not have intended to support it.
onRemove
void onRemove()
Undocumented in source.
update
void update(float deltaTime)
Undocumented in source.

Meta